home *** CD-ROM | disk | FTP | other *** search
/ Explorers of the New World / Explorers of the New World.iso / pc / otherex.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  132 b   |  8 lines

  1. on mouseDown
  2.   if not isEnabled(findButton) then
  3.     setSearchMode()
  4.   else
  5.     doFind(the text of cast "searchTopic")
  6.   end if
  7. end
  8.